home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / zipr18.zip / ZIPRTAME.BAT < prev   
DOS Batch File  |  1992-12-18  |  236b  |  16 lines

  1. @ECHO OFF
  2. IF "%1" == "" GOTO QUIT
  3. IF "%ZIPR%" == "" SET ZIPR=C:\ZIPR
  4.  
  5. :* Load Tame into memory
  6. %ZIPR%\Tame-Res
  7.  
  8. :* Run the program
  9. %1 %2 %3 %4 %5 %6 %7 %8 %9
  10.  
  11. :* Unload Tame from memory
  12. %ZIPR%\Tame /Uninstall
  13.  
  14. :QUIT
  15. EXIT
  16.